void ID2D1RenderTarget::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle)
シンタックス
'宣言
Public Overloads Sub DrawBitmap( _
ByVal As Bitmap, _
ByVal As System.Nullable(Of RectF), _
ByVal As System.Single, _
ByVal As BitmapInterpolationMode, _
ByVal As System.Nullable(Of RectF) _
)
public void DrawBitmap(
Bitmap ,
System.Nullable<RectF> ,
System.float ,
BitmapInterpolationMode ,
System.Nullable<RectF>
)
パラメータ
- bitmap
- destinationRectangle
- opacity
- interpolationMode
- sourceRectangle
参照